io/fs.subFS.shorten (method)

3 uses

	io/fs (current package)
		sub.go#L61: func (f *subFS) shorten(name string) (rel string, ok bool) {
		sub.go#L74: 		if short, ok := f.shorten(e.Path); ok {
		sub.go#L120: 		name, ok := f.shorten(name)